@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1260px !important;
    }
}
html,body{height: 100%;}
body{font-family: "Microsoft Yahei","SimSun"; font-size: 16px;}
div,span,p,h1,h2,h3,h4,h5 {margin: 0; padding: 0;}
ul,li,ol,dl,dd,dt {list-style: none; padding: 0px; margin: 0px;}
a {color: #000;}
a:hover, a:focus {color: #c91a1a; text-decoration: none;}

.header{
    height: 240px;
    margin-bottom:0;
    background: url(./header-bg.png) center center no-repeat;
}
.logo-name{
    position: absolute;
    top: 130px;
}
.logo-name img{
    margin-right: 10px;
}

.navbar{
    height: 60px;
    padding: 0;
    background-color: #f21d1d;
}
.navbar .nav{
    margin-left: 20px;
}
.navbar .nav-item{
    width: 200px;
}
.navbar .nav-link{
    padding-left: 35px;
    color: #fff;
    font-size: 22px;
}
.navbar .nav-user{
    width: 35px;
    height: 35px;
    margin-right: 20px;
    background: url(./icon-user.png) left center no-repeat;
}
.icon-index{
    background: url(./icon-index.png) left center no-repeat;
}
.icon-shizheng{
    background: url(./icon-shizheng.png) left center no-repeat;
}
.icon-caifu{
    background: url(./icon-caifu.png) left center no-repeat;
}
.icon-shengyin{
    background: url(./icon-shengyin.png) left center no-repeat;
}
.icon-shenghuo{
    background: url(./icon-shenghuo.png) left center no-repeat;
}

.carousel{
    background-color: #f2f2f2;
    border-radius: 10px;
}
.carousel-inner img {
    width: 810px;
    height: 480px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.carousel-inner .caption{
    float: right;
    width: 420px;
    height: 410px;
    padding: 40px;
    overflow: hidden;
}
.carousel-inner p{
    padding-top: 10px;
    font-size: 16px;
    line-height: 26px;
}
.carousel-indicators{
    width: 420px;
    bottom: 2% !important;
}
.carousel-indicators .active{
    background-color: #f22d1d;
}
.carousel-indicators li{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    opacity:1 !important;
}

.lists{
    color: #aaa;
    padding-right: 20px;
}
.lists li{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.lists-item-left{
    float: left;
    width: 34%;
}
.lists-item-left img{
    width: 250px;
    height: 160px;
    border-radius: 5px;
}
.lists-item-right{
    float: right;
    width: 65%;
}
.lists-item-right h2{
    min-height: 74px;
    margin-bottom: 24px;
}
.lists-item-right p{
    padding: 5px 0;
}
.list-item-layout1 h2{
    margin-bottom: 25px;
}
.list-item-layout1 p{
    padding: 5px 0;
}
.list-item-layout1 .pic img{
    width: 250px;
    height: 160px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.list-item-layout2 .pic{
    width: 790px;
    border-radius: 5px;
}
.list-item-layout2 p{
    padding-top: 20px;
}

.epaper{
    padding: 10px 0;
    height: 490px;
    background: url(./epaper-bg.png) left center no-repeat;
}
.epaper a{
    position: relative;
    left: 104px;
    top: 178px;
}
.app-download{
    padding: 10px 0;
    height: 200px;
    background: url(./app.png) left center no-repeat;
}
.app-download .android{
    display: inline-block;
    width: 90px;
    height: 90px;
    position: relative;
    left: 175px;
    top: 85px;
    background: url(./code1.png) left center no-repeat;
    cursor: pointer;
    background-size: 100%;
}
.app-download .android-code{
    display: none;
    position: relative;
    top: -115px;
    left: -25px;
    width: 120px;
    height: 120px;
    background: url(./code1.png) left center no-repeat;
    z-index: 999;
}
.app-download .ios{
    display: inline-block;
    width: 90px;
    height: 90px;
    position: relative;
    left: 180px;
    top: 85px;
    background: url(./code2.png) left center no-repeat;
    cursor: pointer;
    background-size: 100%;
}
.app-download .ios-code{
    display: none;
    position: relative;
    top: -115px;
    left: -25px;
    width: 120px;
    height: 120px;
    background: url(./code2.png) left center no-repeat;
    z-index: 999;
}
.right-layout1{
    padding: 10px 0;
}
.right-layout1 .btn-search{
    width: 65px;
    background: url(./btn-search.png) right center no-repeat;
    background-color:#f22c1d;
}
.right-layout1 .search-tip{
    display: none;
    position:absolute;
    top: 38px;
    left: 0;
	width:100%;
    background-color: #fff;
	border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    z-index: 999;
}
.right-layout1 .search-tip li{
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.right-layout1 .search-tip li:hover {
    color: #f22c1d
}


.right-layout1 img{
    width: 388px;
    border-radius: 5px;
}
.right-layout2{
    margin-top: 20px;
    background-color: #f8f8f8;
}
.right-layout2 .title{
    height: 80px;
    padding-left: 45px;
    line-height: 80px;
    color: #f22d1d;
}
.icon-zhuanti{
    background: url(./icon-zhuanti.png) 15px center no-repeat;
}
.icon-shipin{
    background: url(./icon-shipin.png) 15px center no-repeat;
}
.right-layout2 .content{
    padding-left: 22px;
    padding-bottom: 20px;
}
.right-layout2 .content img{
    width: 94%;
    height: 100%;
}
.right-layout2 .content h5{
    text-align: left;
    padding-top: 10px;
    padding-right: 20px;
}

.pagination .page-link{
    color: #c91a1a;
    font-size: 20px;
    padding: 10px 15px;
}
.page-item.active .page-link{
    color: #fff;
    background-color: #c91a1a;
    border-color: #c91a1a;
}

.footer{
    height: 185px;
    background-color: #2d3236;
    color: #ccc;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 0;
}
.footer p{
    padding-top: 10px;
}

/* detail start */
.main{
    padding: 30px 20px;
}
.detail-header{
    text-align: center;
}
.detail-header h2 {
    line-height: 50px;
}
.detail-header p {
    color: #a4a4a4;
    margin-top: 25px;
}
.detail-body{
    margin-top: 40px;
}
.detail-body p {
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
    text-indent: 2em!important;
    text-align: justify;
    word-break: break-all;
}
/* detail end */
